const github.com/klauspost/compress/internal/snapref.tagCopy2

5 uses

	github.com/klauspost/compress/internal/snapref (current package)
		decode_other.go#L66: 		case tagCopy2:
		encode_other.go#L63: 		dst[i+0] = 63<<2 | tagCopy2
		encode_other.go#L71: 		dst[i+0] = 59<<2 | tagCopy2
		encode_other.go#L79: 		dst[i+0] = uint8(length-1)<<2 | tagCopy2
		snappy.go#L54: 	tagCopy2   = 0x02